/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Navbar */
.nav-container {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content: space-around ;
}

.logo {
	width: 60px;
	height: 60px;
}

.menu {
  list-style: none;
  gap: 20px;
	display: flex;
	color: white;
}

.menu {
  list-style: none;
  gap: 20px;
	display: flex;
	margin-left: auto;
	margin-right: 10px;
align-items: center; /* Centers vertically */
	color: white;}
.menu li a {color: white;
	text-decoration: none;
}
.menu li { 
  position: relative;
  cursor: pointer;
}

.menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  color: #00674F;
  list-style: none;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.menu .dropdown-menu img {
	width: 50px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu .dropdown-menu li a {color: #00674F;}
.menu .dropdown-menu li {
	color: #00674F;
  padding: 10px 20px;
	white-space: nowrap;}

.menu .dropdown-menu li:hover {
	color: white;
  background-color: #e7f3ed;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
	 position: fixed;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  background: #00674F;
	padding: 10px;
}


.social-icons img {
  width: 30px;
	height: 30px;
  margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

.social-icons {
	justify-content:flex-end;
	align-items:flex-end;
}

.contact { bottom: 0;
	right: 0;
	position: fixed;
	z-index: 2;
	margin: 50px;
	
}

.contact img{ background-color: #25D366;
	border-radius: 50px;
	padding: 7px;
	width: 60px;
	align-content: center;}



/* Hero Section */
.hero {
  background: url("../IMAGES/TEAM FORMAL.JPG") center/cover no-repeat;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  z-index: 2;
	text-align: start;
	margin-top: 300px;
	margin-left: 100px;
}

/*ABOUT*/

.container {
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}

.services-left  {max-width: 500px;
	padding: 20px;
}
.services-right {max-width: 500px; 
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.about-us {padding:30px;
	background-color: #00674F;
	margin: 20px 10px;
	border-radius: 20px;
	color: white;
	display: flex;
	flex-wrap: wrap;
}

/*VISION MISSION*/

.vision-mission {text-align: center;
	padding: 20px;
	color: #00674F;
}
.invisible-text {
  visibility: hidden;
}

.vision {display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center; /* Centers vertically */
}
.vision-left  {max-width: 500px;
	padding: 20px;
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}

.vision-left img {width: 200px;
	height: 200px;
	border-radius: 10px;
}
.vision-right {max-width: 700px; 
	flex-wrap: wrap;
	padding: 30px;
	color: black;
}

.mission-left  {max-width: 500px;
	padding: 20px;
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}

.mission {display: flex;
	flex-wrap: wrap;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}
.mission-left img {width: 200px;
	height: 200px;
	border-radius: 10px;
}
.mission-right {max-width: 700px; 
	flex-wrap: wrap;
	padding: 30px;
	color: black;}

footer {
  background-color: #00674F; 
  color: white;
  padding: 20px 0;
}
.footer-left  {max-width: 500px;
	padding: 20px;
	
}
.footer-right {max-width: 500px; 
	flex-wrap: wrap;
	padding: 20px;
}

.footer-left img {width: 100px;
	height: 100px;
}
.footer-left h3 {margin-top: 20px;
}

.footer-right a { color: white; text-decoration: none; }

.footer-right a:hover { text-decoration: underline; }



.social-icons img { width: 30px; 
	height: 30px; 
}

.footer-center a { color: white; 
	text-decoration: none; 
	font-weight: bold; }
.footer-center {
	text-align: center;
	padding-bottom: 20px;
    border-bottom: 1px solid white;}
.footer-center a:hover { 
	text-decoration: underline; 
}

.copyright p {
    padding-top: 15px;
    text-align: center;
	align-content: center;
	font-size: 15px;
}
.container4 { max-width: 2000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}